libservlet2.5-java software package provides Servlet 2.5 and JSP 2.1 Java API classes, you can install in your Ubuntu 14.04 LTS (Trusty Tahr) by running the commands given below on the terminal,
$ sudo apt-get update $ sudo apt-get install libservlet2.5-java
libservlet2.5-java is installed in your system.
Make ensure the libservlet2.5-java package were installed using the commands given below,
$ sudo dpkg-query -l | grep libservlet2.5-java *
You will get with libservlet2.5-java package name, version, architecture and description in a table
| Distro | Ubuntu 14 04 lts trusty tahr |
| Section | Web Software |
| Package | libservlet2.5-java |
| Version | 6.0.39-1 |
| Description | Servlet 2.5 and JSP 2.1 Java API classes |
| Sub Section | Web |